In vitro pO2 calibration
## Warning: package 'RColorBrewer' was built under R version 3.3.2
## Warning: package 'knitr' was built under R version 3.3.3
## Warning: package 'kableExtra' was built under R version 3.3.3
## Warning: package 'cowplot' was built under R version 3.3.3
## Loading required package: ggplot2
## Warning: package 'ggplot2' was built under R version 3.3.3
##
## Attaching package: 'cowplot'
## The following object is masked from 'package:ggplot2':
##
## ggsave

Coefficient of variation (CV) values for each in vitro sample
| 0 |
0.04 |
| 95 |
0.08 |
| 159.6 |
0.06 |
| 190 |
0.05 |
| 380 |
0.08 |
| 570 |
0.02 |
| 760 |
0.02 |

##
## Call:
## lm(formula = full_calib_data$mean_R1 ~ full_calib_data$O2_partial_pressure)
##
## Residuals:
## 1 2 3 4 5 6 7
## 0.000469 0.111032 0.010414 -0.172834 0.022644 0.014938 0.013338
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 0.4251265 0.0551145 7.714 0.000585
## full_calib_data$O2_partial_pressure 0.0021241 0.0001379 15.399 2.1e-05
##
## (Intercept) ***
## full_calib_data$O2_partial_pressure ***
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 0.09298 on 5 degrees of freedom
## Multiple R-squared: 0.9793, Adjusted R-squared: 0.9752
## F-statistic: 237.1 on 1 and 5 DF, p-value: 2.096e-05

## [1] "R1= 0.425126474920255 + 0.00212411869128834 *pO2"
## [1] "95 % CI of regression model"
## 2.5 % 97.5 %
## (Intercept) 0.283450025 0.566802925
## full_calib_data$O2_partial_pressure 0.001769531 0.002478706